func runtime.funpack32

2 uses

	runtime (current package)
		softfloat64.go#L61: func funpack32(f uint32) (sign, mant uint32, exp int, inf, nan bool) {
		softfloat64.go#L332: 	fs, fm, fe, fi, fn := funpack32(f)